@font-face {
  font-family: Kalameh;
  src: url(../Font/Kalameh/KalamehWeb_Bold.woff2);
}


@font-face {
  font-family: Yekan;
  src: url(../Font/Yakan/Yekan\ Boom.woff2);
}





@font-face {
  font-family: IRANSans;
  src: url(../Font/IRANSans/woff2/IRANSansWeb\(FaNum\).woff2);
}

@font-face {
  font-family: anjoman;
  src: url(../Font/AnjomanFN/AnjomanFaNum-Bold.woff2);
}



html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
  font-family: IRANSans !important;
  background-color: rgba(140, 190, 190, 0.315) !important;
  /*background-image: url('../image/BackGround2.jpg');*/
  background-size: cover
}

.footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10%;
  background-color: rgb(161, 155, 155);
  color: white;
  text-align: center;

}


#Navbarmain {
  background-color: rgb(177, 199, 199) !important;
}


.page {
  width: 20cm;
  min-height: 29.7cm;
  background: white;
  color: black;
}


.footer {
  position: absolute;

  background-color: #333;
  color: white;
  padding: 20px 0;
  text-align: center;
  height: 100px;
  bottom: 0;
  width: 100%;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer p {
  margin: 0;
}

.social-icons {
  margin-top: 10px;
}

.social-icons a {
  color: white;
  text-decoration: none;
  margin: 0 15px;
  font-size: 18px;
}

.social-icons a:hover {
  color: #ff6347;
}